chore(deps): upgrade brace-expansion to 5.0.5 to address CVE-2026-33750#24
Merged
fern-support merged 1 commit intomainfrom Mar 30, 2026
Merged
Conversation
fern-support
approved these changes
Mar 30, 2026
Regenerate package-lock.json to resolve brace-expansion from 5.0.3 to 5.0.5, fixing Dependabot alert #20 (GHSA-f886-m6hf-6m8v). Rebuild dist to include the patched dependency. Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
dc0b779 to
c71a606
Compare
fern-support
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerate
package-lock.jsonto resolvebrace-expansionfrom 5.0.3 → 5.0.5, fixing Dependabot alert #20 (GHSA-f886-m6hf-6m8v / CVE-2026-33750). Rebuilddist/to include the patched dependency.No override or
package.jsonchange was needed — the existing^5.0.2range fromminimatch/globalready allows 5.0.5; the lockfile was simply pinned to the older 5.0.3.The
dist/index.jsdiff reflects the upstream fix: zero-step increments are now sanitized toMath.max(..., 1)to prevent infinite loops and memory exhaustion.Review & Testing Checklist for Human
dist/index.jschanges align with brace-expansion 5.0.5 release (no unexpected modifications)Notes
package.jsonchanges — onlypackage-lock.jsonand the rebuiltdist/index.jsbundle.Link to Devin session: https://app.devin.ai/sessions/15636fcafbed48cea2c2447ead2650ef
Requested by: @davidkonigsberg